Shifts the current value left by the specified number of bits.
Discards the high-order bits that are outside the range of the result type and sets the low-order empty bit positions to zero.
DoubleN INumeric<DoubleN>.LeftShift(
int count
)Private Function LeftShift (
count As Integer
) As DoubleN Implements INumeric(Of DoubleN).LeftShiftprivate:
virtual DoubleN LeftShift(
int count
) sealed = INumeric<DoubleN>::LeftShiftprivate abstract LeftShift :
count : int -> DoubleN
private override LeftShift :
count : int -> DoubleN